Report Object

Top  Previous  Next

 

A login choice quiz consists of three components.

·Quiz controller (in blue color)

It controls the operation of the report quiz object. Double click on this object to edit the quiz behavior.

·Pass Callout

This callout will show when user pass the overall quiz.

·Fail Callout

This callout will show when user fail the overall quiz.

 

Quiz Report controller Properties Window

 

ReportPropertiesWindow

 

Quiz ID

Quiz ID is used to identify the submitted quiz report. Imagine you conducted five different online examination using Flash Demo Builder quiz and you want the quiz report to submit the student's answer into your database server. You will need a unique ID per quiz to figure out which submission is belong to which quiz. Flash Demo Builder will pass this quiz ID along with the quiz result and a nickname (if exist) into your database server. You can enter any character or number for a Quiz ID.

 

Marking scheme

 

Minimum pass score

The minimum score required to show pass message.

 

When pass

 

Show pass message

To show/hide the pass message.

Type in the pass message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.

 

You can also choose an action to be performed when the result is pass by clicking on the action listbox next to Show pass message

 

When fail

 

Show fail message

To show/hide the fail message.

Type in the fail message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.

 

You can also choose an action to be performed when the result is fail by clicking on the action listbox next to Show fail message

 

Reporting method

Choose the quiz result reporting method. There are three different methods:

·Do not submit the report
·Submit the report into own server

When selected, the report quiz will submit the quiz result into the designated URL. The designated URL ideally would be a CGI/PHP/other server script which will receive the following parameters/variables.

·quizIDVar

The quiz ID to be submitted

·nameVar

The nickname entered at login quiz (if any)

·scoreVar

        The final score

·isPassVar

Contains 1 if pass and 0 if fail.

·totaltimeVar

Total time to complete the test since login (if any otherwise it is the time since the start of the presentation) in the following time format:

       hhmmss

·startTimeVar

The start time of the test (since login, if any otherwise it is the start of the presentation) in the following date and time format:

       mmddyyyyhhmmss

When this option is selected you will see a checkbox GET and POST. GET/POST are two methods of HTTP submission. POST method is more secure as user will not be able to see the report data being sent. If you are unsure which method you need to use, please consult your web administrator.

 

·Submit via email

When selected, the report quiz will open an email client containing the quiz report to be sent. This option is less secure than submitting via own server as user can modify the email before it is being sent.